From c9893d13541b3a81d523d29873348e5e3354ca9e Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 9 Apr 2014 04:14:37 +0400 Subject: [PATCH] Highlight more Module methods * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more Module methods. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/ruby-mode.el | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31b905cc5ff..54ac144bbb1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-04-09 Dmitry Gutov + + * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more + Module methods. (Bug#17216) + 2014-04-08 Stefan Monnier * help.el (describe-bindings): Fix buffer handling (bug#17210). diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 6c6cdd3427d..912736707ef 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -2065,6 +2065,10 @@ See `font-lock-syntax-table'.") "include" "module_function" "prepend" + "private_class_method" + "private_constant" + "public_class_method" + "public_constant" "refine" "using") 'symbols)) -- 2.30.2